Re: [GENERAL] Expected password response, got message type 88

"Andrus" <kobruleht2 [at] hot.ee> writes:
> Server logs files contain a lot of messages
> Expected password response, got message type 88

> This occurs when user tries to log-in but login fails for strange reason.
> User must enter password several times to log-in to application.

> What causes this message ?
> I'm using ODBC driver from windows client.

It looks to me like the ODBC driver is failing to follow the protocol.
It shouldn't respond with an 'X' if it doesn't have a password, just
disconnect.

regards, tom lane

--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Tom Lane [ Do, 27 November 2008 22:32 ] [ ID #1978862 ]

Re: [GENERAL] Expected password response, got message type 88

> It looks to me like the ODBC driver is failing to follow the protocol.
> It shouldn't respond with an 'X' if it doesn't have a password, just
> disconnect.

It seems (not sure) to occur when user retypes password fast.
Maybe in this case ODBC driver gets old connection somehow from driver
manager.

Andrus.


--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Andrus [ Fr, 28 November 2008 10:15 ] [ ID #1978948 ]
Datenbanken » gmane.comp.db.postgresql.odbc » Re: [GENERAL] Expected password response, got message type 88

Vorheriges Thema: [ psqlodbc-Bugs-1002204 ] Error in conversion to SQL_NUMERIC_STRUCT
Nächstes Thema: Where is DiscardRollbackState()?